Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Type Update Change
sous-chefs/.github action patch 5.0.3 -> 5.0.5

Release Notes

sous-chefs/.github (sous-chefs/.github)

v5.0.5

Compare Source

Add Slack inputs

v5.0.4

Compare Source

Full Changelog: sous-chefs/.github@5.0.3...5.0.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 15, 2025 16:18
@renovate renovate bot added Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel labels Sep 15, 2025
@renovate renovate bot enabled auto-merge (squash) September 15, 2025 16:18
@renovate renovate bot added the Skip: Announcements On Release this will not put a message in the #Announcements slack channel label Sep 15, 2025
@renovate renovate bot force-pushed the renovate/actions branch 3 times, most recently from b8b60e7 to f22de3f Compare September 19, 2025 18:51
@renovate renovate bot force-pushed the renovate/actions branch 4 times, most recently from 74ec6d7 to 9fe3b38 Compare October 16, 2025 09:55
@renovate renovate bot changed the title chore(deps): update sous-chefs/.github action to v4.1.0 chore(deps): update sous-chefs/.github action to v4.1.0 - autoclosed Oct 16, 2025
@renovate renovate bot closed this Oct 16, 2025
auto-merge was automatically disabled October 16, 2025 09:57

Pull request was closed

@renovate renovate bot deleted the renovate/actions branch October 16, 2025 09:57
@renovate renovate bot changed the title chore(deps): update sous-chefs/.github action to v4.1.0 - autoclosed chore(deps): update sous-chefs/.github action to v5.0.4 Oct 16, 2025
@renovate renovate bot reopened this Oct 16, 2025
@renovate renovate bot force-pushed the renovate/actions branch from 9fe3b38 to 88b742b Compare October 16, 2025 12:37
@renovate renovate bot enabled auto-merge (squash) October 16, 2025 13:08
@renovate renovate bot force-pushed the renovate/actions branch from 88b742b to 24b37d0 Compare October 20, 2025 21:32
@renovate renovate bot changed the title chore(deps): update sous-chefs/.github action to v5.0.4 chore(deps): update sous-chefs/.github action to v5.0.5 Oct 20, 2025
jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.5

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Copilot Autofix

AI about 4 hours ago

To fix this issue, you must explicitly add a permissions block at the top-level of the workflow or within the specific job. Since the job simply calls a reusable workflow and does not appear to require any write permissions, the safest minimal permissions would be contents: read, restricting the GITHUB_TOKEN to read-only access to repository contents for this workflow run. This change should be added either immediately after the name: field or as a field at the same level as jobs: (top-level). No imports or definitions are needed, only the addition of the permissions block to the YAML.

Suggested changeset 1
.github/workflows/conventional-commits.yml

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml
--- a/.github/workflows/conventional-commits.yml
+++ b/.github/workflows/conventional-commits.yml
@@ -1,5 +1,7 @@
 ---
 name: conventional-commits
+permissions:
+  contents: read
 
 "on":
   pull_request:
EOF
@@ -1,5 +1,7 @@
---
name: conventional-commits
permissions:
contents: read

"on":
pull_request:
Copilot is powered by AI and may make mistakes. Always verify output.
Copy link

Slowest examples

Top 10 slowest examples (0.01 seconds, 50.08% of total time)
Example Description Time in seconds
spec/libraries/helpers_spec.rb:19 PostgreSQL::Cookbook::Helpers#data_dir(version) with rhel family and Postgres 11 from repo returns the correct path 0.0125
spec/libraries/helpers_spec.rb:103 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with rhel family and Postgres 13 from os returns the correct service name 0.00047
spec/libraries/helpers_spec.rb:111 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with debian family and Postgres 13 from repo returns the correct service name 0.00047
spec/libraries/helpers_spec.rb:65 PostgreSQL::Cookbook::Helpers#conf_dir(version) with rhel family and Postgres 14 from os returns the correct path 0.00045
spec/libraries/helpers_spec.rb:43 PostgreSQL::Cookbook::Helpers#data_dir(version) with debian family and Postgres 14 from os returns the correct path 0.00045
spec/libraries/helpers_spec.rb:95 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with rhel family and Postgres 13 from repo returns the correct service name 0.00043
spec/libraries/helpers_spec.rb:95 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with rhel family and Postgres 14 from repo returns the correct service name 0.00042
spec/libraries/helpers_spec.rb:73 PostgreSQL::Cookbook::Helpers#conf_dir(version) with debian family and Postgres 14 from repo returns the correct path 0.00042
spec/libraries/helpers_spec.rb:27 PostgreSQL::Cookbook::Helpers#data_dir(version) with rhel family and Postgres 11 from os returns the correct path 0.00041
spec/libraries/helpers_spec.rb:57 PostgreSQL::Cookbook::Helpers#conf_dir(version) with rhel family and Postgres 14 from repo returns the correct path 0.00039

@damacus damacus disabled auto-merge October 20, 2025 22:05
@damacus damacus merged commit 3e220df into main Oct 20, 2025
160 of 198 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant